.mobile {
  display: none !important;
}
#openlc {
  padding: 10px 15px;
  display: block;
  background: transparent;
  position: fixed;
  right: 0;
  top: 0;
}
#openlc .lcbody {
  width: 30px;
  height: 30px;
  position: relative;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#openlc .lcitem {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  -webkit-transform: translateZ(0px) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  width: 30px;
  height: 30px;
}
#openlc .lcitem .rect {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 14px;
  transition: transform 0.2s ease 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
#openlc .lcitem .rect.top {
  transform: translate3d(0px, -8px, 0px);
  -webkit-transform: translate3d(0px, -8px, 0px);
}
#openlc .lcitem .rect.center {
  transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
}
#openlc .lcitem .rect.bottom {
  transform: translate3d(0px, 8px, 0px);
  -webkit-transform: translate3d(0px, 8px, 0px);
}
#openlc.show .lcbody {
  transform: translateZ(0px) rotate(90deg);
  -webkit-transform: translateZ(0px) rotate(90deg);
}
#openlc.show .lcbody .lcitem {
  transform: translateZ(0px) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -webkit-transform: translateZ(0px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
#openlc.show .lcbody .lcitem.bottom {
  transform: translateZ(0px) rotate(-45deg);
  -webkit-transform: translateZ(0px) rotate(-45deg);
}
#openlc.show .lcbody .lcitem .rect {
  transition: transform 0.2s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#openlc.show .lcbody .lcitem.center {
  display: none;
}
#pagenum {
  padding: 2px;
  margin: 2px;
  text-align: center;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
#pagenum a {
  border: #ddd 1px solid;
  padding: 2px 3px;
  margin-right: 2px;
  color: #aaa;
  text-decoration: none;
  background-color: #fff;
}
#pagenum a:hover {
  border: #c7e76b 1px solid;
  padding: 2px 3px;
  margin-right: 2px;
}
#pagenum a:active {
  border: #c7e76b 1px solid;
  padding: 2px 3px;
  margin-right: 2px;
}
#pagenum a.current {
  border: #c7e76b 1px solid;
  padding: 2px 3px;
  margin-right: 2px;
  font-weight: bold;
  color: #fff;
  background-color: #c7e76b;
}
#pagenum span.disabled {
  border: #f3f3f3 1px solid;
  padding: 2px 3px;
  margin-right: 2px;
  color: #ccc;
}
#newslist .block .item h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  body.hiddenbody {
    overflow: hidden;
    height: 100%;
  }
  .block {
    width: calc(100% - 30px);
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .headerbg {
    height: 50px;
  }
  #header {
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    background: #89a152;
  }
  .bannerbg {
    display: block;
    background: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .indexbox {
    position: relative;
    height: 100vh;
  }
  .indexbox #nav {
    display: none;
    width: auto;
    vertical-align: middle;
    height: calc(100vh - 50px);
    float: none;
    position: fixed;
    top: 50px;
    width: calc(100% - 40px);
    left: 0;
    padding: 70px 20px 20px 20px;
    background: rgba(84, 121, 0, 0.6);
    overflow-y: auto;
  }
  .indexbox #nav * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  .indexbox #nav .navitem {
    display: block;
    margin-bottom: 40px;
  }
  .indexbox #nav .navitem a {
    border-left: 0 solid #fff;
    padding-left: 10px;
    display: block;
    text-align: center;
  }
  .indexbox #nav .navitem a p {
    display: inline-block;
    color: #fff;
  }
  .indexbox #nav .navitem a .cn {
    font-size: 18px;
    line-height: 1;
  }
  .indexbox #nav .navitem a .en {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    padding-top: 5px;
  }
  .indexbox #nav .navitem a .en:before {
    content: " / ";
  }
  .indexbox #nav .navitem a:hover p {
    color: #fff;
  }
  .indexbox #nav .navitem:hover a {
    border-left: 0 solid #fff;
  }
  .indexbox #nav .navitem:last-child {
    margin-bottom: 0;
  }
  .indexbox #nav.show {
    display: block;
  }
  .logo {
    height: 45px;
    position: relative;
    left: auto;
    top: 2.5px;
    z-index: 2;
    text-align: center;
    width: 50%;
    left: 25%;
  }
  .logo img {
    height: 100%;
  }
  #nav {
    display: none;
    width: auto;
    vertical-align: middle;
    height: calc(100vh - 50px);
    float: none;
    position: fixed;
    top: 50px;
    width: calc(100% - 40px);
    left: 0;
    padding: 70px 20px 20px 20px;
    background: rgba(84, 121, 0, 0.6);
    overflow-y: auto;
  }
  #nav * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  #nav .navitem {
    display: block;
    margin-bottom: 40px;
  }
  #nav .navitem a {
    border-left: 0 solid #fff;
    padding-left: 10px;
    display: block;
    text-align: center;
  }
  #nav .navitem a p {
    display: inline-block;
    color: #fff;
  }
  #nav .navitem a .cn {
    font-size: 18px;
    line-height: 1;
  }
  #nav .navitem a .en {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    padding-top: 5px;
  }
  #nav .navitem a .en:before {
    content: " / ";
  }
  #nav .navitem a:hover p {
    color: #fff;
  }
  #nav .navitem:hover a {
    border-left: 0 solid #fff;
  }
  #nav .navitem:last-child {
    margin-bottom: 0;
  }
  #nav.show {
    display: block;
  }
  .banner {
    background: #c7e76b;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  .banner .swiper-wrapper img {
    width: 100%;
  }
  .banner .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .banner .swiper-pagination {
    bottom: 45px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    margin-right: 12px;
    opacity: 1;
    border-radius: 6px;
    background: #fff;
  }
  .banner .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .banner .swiper-pagination-bullet-active {
    background: #637107;
  }
  .footer {
    background: #f4f4f4;
    height: 90px;
    line-height: 90px;
    color: #a4a4a4;
    text-align: center;
    font-size: 12px;
  }
  .footer a {
    line-height: 90px;
    color: #a4a4a4;
    font-size: 12px;
  }
  #indexbody .footer {
    background: #000;
    height: 60px;
    line-height: 60px;
  }
  #indexbody .footer a {
    line-height: 60px;
  }
  .header {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin-top: 50px;
  }
  .header .title {
    text-align: center;
    padding-top: 80px;
  }
  .header .title .cn {
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .header .title .en {
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    font-family: "Arial";
    padding-top: 10px;
    text-align: center;
    font-style: italic;
  }
  .piclist {
    min-height: 400px;
    margin-top: 0;
    font-size: 0;
    padding: 30px 0;
  }
  .piclist .item {
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
    background: #fff;
    font-size: 0;
  }
  .piclist .item .pic {
    width: 40%;
    display: inline-block;
  }
  .piclist .item .pic img {
    display: block;
    width: 100%;
  }
  .piclist .item .txt {
    width: calc(60% - 20px);
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
  }
  .piclist .item .txt .title {
    line-height: 50px;
    height: 50px;
    padding-left: 17px;
    color: #0a0204;
    font-size: 16px;
  }
  .piclist .item .txt .desc {
    border-top: 1px solid #e3e3e3;
    padding: 17px;
    font-size: 12px;
    line-height: 2;
    color: #787878;
  }
  .piclist .item:nth-child(3n) {
    margin-right: 7.5px;
  }
  .piclist .buybook {
    width: 120px;
    height: 40px;
    float: right;
    background: #89a152;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
  }
  .piclist .buybook i {
    margin-right: 5px;
  }
  .piclist .buybook:hover {
    background: #3d5702;
  }
  #newslist {
    padding: 30px 0;
    background: #fff;
  }
  #newslist .postnews {
    width: 100px;
    height: 40px;
    float: right;
    background: #89a152;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
  }
  #newslist .postnews i {
    margin-right: 5px;
  }
  #newslist .block {
    background: #fff;
    padding: 0 2%;
    width: 96%;
  }
  #newslist .block .item {
    background: #fff;
    border: 1px solid #cccccc;
    padding: 0 2%;
    width: 96%;
    height: 40px;
    line-height: 40px;
    height: auto;
    /* float: none; */
    clear: both;
    margin-right: 0;
    /* display: flex; */
  }
  #newslist .block .item h2 {
    font-size: 14px;
    color: #575757;
    line-height: 40px;
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #newslist .block .item .brief {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    display: none;
  }
  #newslist .block .item .date {
    line-height: 40px;
    float: right;
    width: 20%;
    font-size: 10px;
  }
  #newslist .newstitem_pc {
    display: none;
  }
  #newslist .newstitem_mobile {
    padding: 10px;
    border: 1px solid #eee;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 10px;
    display: block;
    width: calc(100% - 22px);
  }
  #newslist .newstitem_mobile .newscontent {
    display: block;
  }
  #newslist .newstitem_mobile .news_wrapper .newsbody {
    width: auto;
  }
  #newslist .newstitem_mobile .news_wrapper .newsbody .title {
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 16px;
    color: #575757;
    line-height: 32px;
    text-align: left;
    top: 54px;
    text-indent: 0px;
  }
  #newslist .newstitem_mobile .news_wrapper .newsbody .description {
    text-align: left;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    overflow: hidden;
    height: 40px;
    margin-top: 5px;
  }
  #newslist .newstitem_mobile .news_wrapper .date {
    float: right;
    font-size: 12px;
    line-height: 32px;
  }
  #newslist .newstitem_mobile .newsimg {
    width: 50%;
  }
  #newslist .newstitem_mobile .newsimg img {
    width: 100%;
  }
  .newscon .title {
    text-align: center;
    font-size: 20px;
    white-space: normal;
    color: #444;
  }
  .newscon .time {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    font-size: 16px;
    color: #999;
    position: relative;
    bottom: -7px;
    text-align: center;
  }
  .newscon .head {
    padding: 30px 0 15px;
  }
  .newscon .head .wechat_pc {
    display: none;
  }
  .newscon .postbody img {
    height: auto !important;
    width: auto;
    max-width: 100%;
  }
  .newscon .postbody p,
  .newscon .postbody div {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
  }
  .newscon .postbody .postdesc {
    font-size: 16px;
    line-height: 1.7;
    padding: 15px;
    background: #f7f7f7;
  }
  .newscon .postbody .file_pdf #pdfbox {
    width: 100%;
    height: auto;
  }
  .newscon .postbody .file_word iframe {
    width: 100%;
    height: auto;
    border: 0;
  }
  .newscon .bshare-custom {
    padding: 15px 0 !important;
  }
  .newscon .wechat_mobile {
    width: 80%;
    margin: 15px auto;
    display: block;
  }
  .newscon .wechat_mobile img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
  }
  .newscon .wechat_mobile p {
    text-align: center;
    color: #000;
    line-height: 2;
  }
  .marker {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
  }
  .pay_tips {
    width: 90%;
    height: 210px;
    background: #ffffff url(../images/a1.png) 10px 20px no-repeat;
    border-radius: 4px;
    position: fixed;
    left: 5%;
    top: 50%;
    margin-left: 0;
    margin-top: -105px;
    z-index: 15;
    padding: 20px 0 0 0;
  }
  .pay_tips .icon img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
  }
  .pay_tips .desc {
    text-align: center;
    font-size: 16px;
    margin: 20px 10px;
  }
  .pay_tips .desc span {
    color: #e8595b;
    font-size: 16px;
  }
  .pay_tips a {
    color: #fff;
    background-image: linear-gradient(to right, #1a4331, #072933);
    display: block;
    width: 70%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    border-radius: 60px;
    margin: 0 auto;
  }
  .pay_tips .title {
    font-size: 24px;
  }
  .wechatcode {
    height: 380px;
    margin-top: -190px;
    background: #ffffff url(../images/a1.png) center 20px no-repeat;
  }
  .wechatcode .title {
    height: 40px;
  }
  .wechatcode .pic {
    padding: 20px 40px 0 40px;
  }
  .wechatcode .pic img {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  .wechatcode .desc {
    font-size: 14px;
  }
  .formbox {
    background: #e9eef2 url(../images/bg_login.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .formbox .block {
    width: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    margin: 20px auto;
    border-radius: 10px;
  }
  .formbox label {
    width: 70px;
    display: inline-block;
  }
  .formbox .layui-form-field-label {
    width: calc(100% - 80px);
    display: inline-block;
  }
  .tobuy {
    position: absolute;
    right: 50%;
    margin-right: -53px;
    top: 15px;
    width: auto;
    padding: 0 20px;
    line-height: 30px;
    color: #cccccc;
    background-image: linear-gradient(to right, #1a4331, #072933);
    font-size: 12px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
  }
  .mobilemembervbg {
    height: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_mobile .footerlogo .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .footer_mobile .footerlogo .text {
    font-size: 20px;
  }
}
